Skip to main content
DELETE
cURL

Authorizations

Authorization
string
header
required

Public API access token issued by /public/v1/oauth/token. Example: Authorization: Bearer fspt_.... Each resource request rechecks the token company's current provider access. Disabling access blocks existing tokens with 403 auth.provider_unavailable.

Headers

Idempotency-Key
string
required

Required for Public API write requests. Reusing the same key with the same method, path, and body replays the stored successful response; reusing it with a different request returns 409 idempotency.conflict.

Required string length: 1 - 200
Example:

"booking-create-20260714-001"

Path Parameters

conversationId
string
required
Example:

"66f7b8b1e13c8d25f4d3d90a"

messageId
string
required
Example:

"66f7b8b1e13c8d25f4d3d90a"

Query Parameters

conversationType
enum<string>

Optional storage type hint. Use direct or group when the ID is known.

Available options:
direct,
group
senderCoachId
string
required

Requesting coach ID that originally sent the message. Other-coach delegation is not enabled.

Example:

"66f7b8b1e13c8d25f4d3d90b"

Response

Conversation message deleted

data
object
required
meta
object
required