Skip to main content
DELETE
/
workflows
/
{workflow_id}
/
external-ids
/
{source}
/
{external_id}
Delete Workflow External ID
curl --request DELETE \
  --url https://api.promptlayer.com/workflows/{workflow_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 workflow.

Headers

X-API-KEY
string
required

Path Parameters

workflow_id
integer
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