Delete a scheduled recap
DELETE/api/v4/scheduled_recaps/:scheduled_recap_id
Delete a scheduled recap by its ID. Only the user who owns the scheduled recap can delete it.
Permissions
Must be authenticated. Must own the scheduled recap. Minimum server version: 11.2
Request
Responses
- 200
- 401
- 403
- 404
- 501
Scheduled recap deleted successfully
No access token provided
Do not have appropriate permissions
Resource not found
Feature is disabled