cURL
curl --request DELETE \ --url https://cloud.onyx.app/api/manage/admin/credential/{credential_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": "<unknown>" }
Same as the user endpoint, but can delete any credential (not just the user’s own)
Authorization header with Bearer token
Successful Response
Was this page helpful?