cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/apps/{app_id}/custom_credentials/{credential_id} \ --header 'Authorization: <api-key>'
{ "status": "ok", "message": "Action Synchronize: Executed successfully" }
Delete a specific custom credential for a specific application.
The ID of the application.
The ID of the custom credential.
Custom credential deleted successfully
Status of the operation
"ok"
Human-readable description of the status
"Action Synchronize: Executed successfully"
Was this page helpful?