cURL
curl --request POST \ --url https://cloud.onyx.app/api/manage/admin/deletion-attempt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "connector_id": 123, "credential_id": 123 } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Authorization header with Bearer token
Successful Response
Was this page helpful?