Skip to main content
DELETE
/
v1
/
configurations
/
{id}
Delete a configuration
curl --request DELETE \
  --url https://managexrapi.com/v1/configurations/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "statusCode": 400,
  "message": "Cannot delete a configuration that is currently applied to devices. This configuration is referenced by 2 devices.",
  "error": "ManageXR Error"
}

Authorizations

Authorization
string
header
required

API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET

  • Username: The API Key ID.
  • Password: The API Key Secret.

Path Parameters

id
string
required

Unique identifier of the configuration

Query Parameters

organizationId
string

Unique identifier of the organization. This parameter is only necessary when using multi-organization API keys.

Defaults to the organizationId associated with the API key.

Response

Configuration deleted successfully