Delete a recap
DELETE/api/v4/recaps/:recap_id
Delete a recap by its ID. Only the authenticated user who created the recap can delete it.
Permissions
Must be authenticated. Can only delete recaps created by the current user. Minimum server version: 11.2
Request
Responses
- 200
- 401
- 403
- 404
Recap deletion successful
No access token provided
Do not have appropriate permissions
Resource not found