curl --request DELETE \
--url https://api.zenskar.com/plans/{plan_id}/phases/{phase_id}/pricing/{pricing_id} \
--header 'organisation: <api-key>' \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete pricing for a specific plan phase by its ID
curl --request DELETE \
--url https://api.zenskar.com/plans/{plan_id}/phases/{phase_id}/pricing/{pricing_id} \
--header 'organisation: <api-key>' \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the plan
The ID of the phase
The ID of the pricing
Successful Response