cURL
curl --request DELETE \ --url https://api.example.com/api/ActivityTemplates \ --header 'Content-Type: application/json-patch+json' \ --data '[ 123 ]'
OK
Was this page helpful?