Delete a Skill (Basic auth)

Deletes a skill based on the provided skill name.

👍

Note:

Make sure the admin setting 'API Authentication' is set to 'BASIC_AUTH', If you are using this API.


❗️

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}

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
URL
Click Try It! to start a request and see the response here!