Skip to main content
Delete Skill

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

skill_id
string<uuid>
required

The universally unique ID of the Skill, consisting of alphanumeric characters, hyphens and underscores. The Skill name connected to this id can be identified by either using the Skill Search endpoint or in any response body that contains that Skill.

Required string length: 1 - 100
Pattern: [a-zA-Z0-9_-]+
Example:

"a3903505-eb84-42dc-a79f-5e7b1fe897b7"

Query Parameters

external_vendor
enum<string>
default:techwolf

The external vendor vocabulary the custom Skill you want to delete belongs to. This only works for vendors that are activated on your tenant. Defaults to the TechWolf vocabulary if not specified.

Available options:
techwolf,
workday,
sap_attribute_library
Example:

"workday"

Response

No Content