Delete

Description

Delete a draft for a story.

Request

HTTP Method: DELETE

Path Parameter Description
story_id ID of the story
draft_id ID of the draft
curl -X DELETE \
  https://<<META.tenant.domain>>/api/v1/stories/<<story_id>>/drafts/<<draft_id>> \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'

Response

A successful request will return a 204 (no content) response.

Was this helpful?