cURL
curl --request DELETE \ --url https://cloud.onyx.app/api/manage/admin/connector/{connector_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": 123 }
Authorization header with Bearer token
Successful Response
Was this page helpful?