Skip to content
Get started

Delete a skill

client.promptly.skills.delete(stringskillID, RequestOptionsoptions?): void
DELETE/api/promptly/skills/{skillId}

Delete a skill

ParametersExpand Collapse
skillID: string
formatuuid

Delete a skill

import _0ct from '0ct';

const client = new _0ct({
  apiKey: process.env['0CT_API_KEY'], // This is the default and can be omitted
});

await client.promptly.skills.delete('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e');
Returns Examples