Skip to main content
POST
/
api
/
spaces
/
{spaceId}
/
drive
/
revert
cURL
curl --request POST \
  --url https://api.kazzle.app/api/spaces/{spaceId}/drive/revert \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "threadId": "<string>",
  "messageId": "<string>",
  "force": true
}
'

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required

Body

application/json
threadId
string
required
Minimum string length: 1
messageId
string
required
Minimum string length: 1
force
boolean