Skip to main content
DELETE
/
mave
/
threads
/
{threadId}
Delete Mave thread
curl --request DELETE \
  --url https://app.mavera.io/api/v1/mave/threads/{threadId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "mave_thread",
  "deleted": true
}

Authorizations

Authorization
string
header
required

API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.

Path Parameters

threadId
string
required

Thread ID

Response

Thread deleted

id
string
object
enum<string>
Available options:
mave_thread
deleted
boolean