cURL
curl --request DELETE \ --url https://{subdomain}.withrealm.com/api/external/alpha/documents/{connector_id}/{document_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "error": "<string>" }
Delete a specific document by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success