Skip to main content
DELETE
Delete a story

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

storyId
string
required
Pattern: ^[a-f\d]{24}$

Query Parameters

permanent
boolean
default:false

If true, the story will be deleted permanently (hard deleted). If false, the story will be soft deleted.

Response

Delete Result

success
boolean