Skip to content

Detach the Target List from the Stage
Stable

Request

Security
pipelines_SCAPIAuthToken
Path
stage_idstringrequired

ID of the Stage

targetlist_idstringrequired

ID of the Target List

cURL
curl -i -X DELETE \
  'https://api.esper.io/_mock/openapi/pipelines/v0/stages/{stage_id}/targetlists/{targetlist_id}/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Detach target list from stage

Bodyapplication/json
codeinteger
messagestring
contentobject(pipelines_TargetList)
Response
{ "code": 0, "message": "string", "content": { "id": "string", "pipeline_id": "string", "name": "string", "target_list_type": "string", "created_by": 0, "updated_by": 0, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } }