DELETE
/
apps
/
{app_id}
/
custom_credentials
/
{credential_id}
Delete a Custom Credential
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"
}

Authorizations

Authorization
string
header
required

Path Parameters

app_id
string
required

The ID of the application.

credential_id
string
required

The ID of the custom credential.

Response

200 - application/json

Custom credential deleted successfully

status
string

Status of the operation

Example:

"ok"

message
string

Human-readable description of the status

Example:

"Action Synchronize: Executed successfully"