Skip to main content
DELETE
/
api
/
public
/
v2
/
skill-collections
/
{skill_collection_id}
/
external-ids
/
{source}
/
{external_id}
Delete Skill Collection External ID
curl --request DELETE \
  --url https://api.promptlayer.com/api/public/v2/skill-collections/{skill_collection_id}/external-ids/{source}/{external_id} \
  --header 'X-API-KEY: <x-api-key>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.promptlayer.com/llms.txt

Use this file to discover all available pages before exploring further.

Detach an external ID mapping from a skill collection.

Headers

X-API-KEY
string
required

Path Parameters

skill_collection_id
string
required
source
string
required

External ID source.

Required string length: 1 - 128
external_id
string
required

External ID value. URL-encode any reserved path characters.

Required string length: 1 - 512

Response

External ID detached

success
boolean
default:true
required