Skip to main content
Remove Skill From Archer
curl --request DELETE \
  --url https://{api_endpoint}/api/v1/applications/{artifact_group_id}/skill/{artifact_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

artifact_id
string<uuid>
required
artifact_group_id
string<uuid>
required

Response

Successful Response

The response is of type any.