Delete Skill (Token auth)

Deletes a skill based on the provided skill name.

To use this API with the help of a token, follow these steps:

  1. Generate the Token: Use the 'Generate Token' API to obtain an authentication token.
  2. Enter the Token ID: Navigate to the right section of this page, under the 'CREDENTIALS' tab. Here, input the generated token ID.
  3. With the token entered, pass the path, header, and body parameters.
❗️

Rate Limit

API allows 10 requests per minute.

Possible Responses

Success Response

{ ""Status"": ""Success"",

""Message"": ""Skill NewTestSkill41 Deleted Successfully""}

Passing an Invalid apiKey Value

{"status": "false","message": "Invalid User Details","data": null}

Missing apiKey Value

{"status": "false","message": "Invalid User Details","data": null}

Passing an Invalid userName Value

{"status": "false","message": "Invalid User Details","data": null}

Missing userName Value

{""status"": ""false"",""message"": ""Username Should Not be Null or Empty."",

""data"": null}

Passing Invalid Token Value

{""status"": ""false"",""message"": ""Invalid Token"",
""data"": null}

Missing Token Value

{"status": "false","message": "Token Should Not be Null or Empty.","data": null}

Passing an expired Token

{"status": "false","message": "Token Expired","data": null}

Deleting a skill that is used as a fallback in other skills.

{ ""Status"": ""Fail"",

""Message"": ""Skill 'xxxx' cannot be deleted: Used as a fallback in 3 skill(s): Skill 1, Skill 2, Skill 3."",""Data"": ""Skill 'xxxx' cannot be deleted: Used as a fallback in 3 skill(s): Skill 1, Skill 2, Skill 3."" }

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!