This API allows to remove a duration option from a meeting.
{your-workspace}
with your workspace’s subdomain. You can generate an API key from the NeetoCal API Keys dashboard.
The unique identifier (SID) of the scheduling link you want to use. You can get sid
in different ways. Visit the scheduling link page and then click on "Settings" > "Show SID". That will give you sid
. You can also get this from the response of the List all scheduling links endpoint, where it appears as the sid
property for each scheduling link in the response.
"vj5pgkh"
The unique identifier of the duration. You can get this id
from the response of the List durations for a meeting endpoint, where it appears as the id
property for each duration in the response.
"4ece6b6b-4b5f-4c15-9122-a85af189198c"
OK - Request succeeded
The response is of type object
.