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 · enumOptionalPossible values:
Meta Business Agent API version
Responses
204
The UI skill was deleted successfully
No content
400
Bad request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not found
application/json
429
Too many requests
application/json
500
Server error
application/json
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?