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.
Was this page helpful?