/
Delete plan profile
Delete a plan profile by its ID.
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/plan-profiles/{id}
- Production Apihttps://api.conundra.eu/planning/v1/plan-profiles/{id}
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"'