Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The DELETE /skills/{skillId} endpoint deletes the skill matching the skill ID provided.

Tip

The skill must be unlinked from all user and removed from any applets before being deleted. The API user must be an admin to delete a skill.


Panel
borderColor#eeeeee
bgColorwhite
titleColorwhite
borderWidth1
titleBGColor#7ec9f4
borderStylesolid
titleIn this page

Table of Contents

Insert excerpt
_ExcerptAPICloudNextGen
_ExcerptAPICloudNextGen
nopaneltrue

Headers

Header parameters in Requests (User Admin API) apply to this endpoint.

Authorization scopes supported:

ScopeAccess granted
users:writeEntire endpoint

Parameters

The endpoint accepts the following path parameter:

...

Type

Required

Example

StringTrue8e22b1fe-d2ea-403d-8c03-50eb21188e79

The skill ID of the skill to delete.

Requests

Delete individual skill

Code Block
languagepowershell
themeMidnight
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.