Delete a post for a creator
Soft-delete an existing post on behalf of a creator.
<Info>Scopes required: `write:post`, `write:creator`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
creatorUserUuid
uuid
UUID of the post to delete
Headers
X-Fanvue-API-Version
API version to use for the request
Response
Post deleted successfully
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error