curl --request DELETE \
--url https://cloud.memsource.com/web/api2/v1/services \
--header 'Content-Type: application/json' \
--data '{
"services": [
{
"uid": "<string>"
}
]
}'
curl --request DELETE \
--url https://cloud.memsource.com/web/api2/v1/services \
--header 'Content-Type: application/json' \
--data '{
"services": [
{
"uid": "<string>"
}
]
}'
No Content
Was this page helpful?