For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete a UI skill

Delete an existing UI skill by its ID.

delete
Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Path parameters
instruction_idstringRequired

The unique identifier of the UI skill

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Responses
204

The UI skill was deleted successfully

No content

delete/agent-ui-skills/{instruction_id}
DELETE /agent-ui-skills/{instruction_id} HTTP/1.1
Host: waba-v2.360dialog.io
D360-API-KEY: YOUR_API_KEY
Accept: */*

No content

Last updated

Was this helpful?