Cancel scheduled fan message
Cancel a queued individual fan message using its scheduled-message identifier. This does not unsend a message that has already been delivered.
/v1/agencies/{agencyId}/creators/{creatorId}/scheduled-messages/{jobId}Cancel a queued individual fan message using its scheduled-message identifier. This does not unsend a message that has already been delivered.
Authorization
bearerAuth In: header
Path Parameters
1 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/agencies/string/creators/string/scheduled-messages/string" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{}'{ "data": { "success": true }, "meta": { "requestId": "string", "operationId": "3051932a-fdd2-48fa-b330-7e7d41535969", "status": "COMPLETED" }}Schedule fan message POST
Schedule an individual fan message 1–60 minutes from now using delayMinutes, with supported media and paid content. A queued result does not confirm delivery. Direct conversational replies are unavailable through MCP.
Unsend fan message DELETE
Remove a previously sent message from a creator-fan conversation when the platform permits it. Platform timing and message-state restrictions still apply.