curl --request DELETE \
--url https://api.cal.com/v2/organizations/{orgId}/attributes/options/{userId}/{attributeOptionId} \
--header 'Authorization: <authorization>'
{
"status": "success",
"data": {
"id": "<string>",
"memberId": 123,
"attributeOptionId": "<string>"
}
}
curl --request DELETE \
--url https://api.cal.com/v2/organizations/{orgId}/attributes/options/{userId}/{attributeOptionId} \
--header 'Authorization: <authorization>'
{
"status": "success",
"data": {
"id": "<string>",
"memberId": 123,
"attributeOptionId": "<string>"
}
}
value must be Bearer <token>
where <token>
is api key prefixed with cal_
The response is of type object
.
Was this page helpful?