Chat

Delete all chats from a space

DELETE
/api/v1/chat/clear/{spaceId}
/api/v1/chat/clear/{spaceId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

spaceId
Required
string

The space ID of chats to delete from

Default: ""
curl -X DELETE "https://example.com/api/v1/chat/clear/" \
  -H "Authorization: <token>"

OK