Delete

Delete a content strategy. Returns 409 if the strategy is still referenced by another resource.

Authentication

AuthorizationBearer

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

Path parameters

organizationIdstringRequired
Unique identifier of the organization
contentStrategyIdstringRequired

Unique identifier of the content strategy (UUID v7)

Response

This endpoint returns an object.
dataobject
Deleted resource stub

Errors

401
Unauthorized Error
403
Forbidden Error
404
Does Not Exist Error
409
Conflict Error
500
Internal Server Error