curl --request POST \
--url https://api.example.com/meetings/bulk-delete \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
123
]
}
'{}curl --request POST \
--url https://api.example.com/meetings/bulk-delete \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
123
]
}
'{}OK
The response is of type object.
Was this page helpful?