Skills: Delete

Description

Delete a skill.

Request

HTTP Method: DELETE

Path Parameter Description
skill_name The name of the skill to delete.
Query Parameter Description
team_id ID of the team that owns the skill.

Sample request

curl --proto '=https' --tlsv1.2 -X DELETE \
  'https://<tenant-domain>/api/v1/skills/<<skill_name>>?team_id=42' \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'

Response

A successful request will return an empty response with a 204 status code.

Was this helpful?