The DELETE /skills/{skillId}
endpoint deletes the skill matching the skill ID provided.
...
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
...
Type | Required | Example |
---|---|---|
String | True | 8e22b1fe-d2ea-403d-8c03-50eb21188e79 |
The skill ID of the skill to delete.
Requests
Delete individual skill
Code Block | ||||
---|---|---|---|---|
| ||||
curl -L -X DELETE "https://***.api.newvoicemedia.com/useradmin/skills/8e22b1fe-d2ea-403d-8c03-50eb21188e79" \ -H "Accept: application/vnd.newvoicemedia.v4+json" \ -H "Authorization: Bearer <ACCESS_TOKEN>" |
Responses
Successful response
Successful requests return a 200 Success
code.
Insert excerpt _ExcerptRunInPostman _ExcerptRunInPostman nopanel true