Skip to content

Delete plan profile

Request

Delete a plan profile by its ID.

Security
clientCredentials
Path
idstring^[a-zA-Z0-9.~\-_]{1,200}$required

The unique identifier of an entity

Headers
If-Matchstring

Weak Etag used for optimistic locking.

Example:W/"24"
curl -i -X DELETE \
  'https://developer.conundra.eu/_mock/apis/plannings/planning-api/plan-profiles/{id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'If-Match: W/"24"'

Responses

Delete successful

Response
No content