Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.example.com/api/v2/meeting/{meeting_id}/relationship/{api_name}/{target_id} \ --header 'Authorization: Bearer <token>'
{ "status_code": 123, "error_type": "<string>", "code": "<string>", "message": "<string>", "details": {} }
Reevo API key passed as Authorization: Bearer <api-key>.
Authorization: Bearer <api-key>
Successful Response
Was this page helpful?