Skip to main content
DELETE
/
api
/
v4
/
ppm
/
admin
/
config
/
{configId}
Delete Admin Config
curl --request DELETE \
  --url https://api.example.com/api/v4/ppm/admin/config/{configId} \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "error": "<string>"
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

configId
string
required

The unique ID of the configuration to delete

Response

No Content - Configuration successfully deleted