DELETE
/
credentials
/
{id}
curl --request DELETE \
  --url https://ronika-api.induced.ai/v1/credentials/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The unique identifier of the credential.

Response

200 - application/json
Delete credentials success response
success
boolean