Skip to main content

Delete a Request

Select

SaaS
Customer Managed

This operation deletes a given request

Path Parameters
  • requestId string required
Responses

OK


<WebReport_CommcellProfileResp>
<msg errorMessage="" errorCode="0" />
</WebReport_CommcellProfileResp>
DELETE /ediscoveryclients/tasks/:requestid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
requestId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/EDiscoveryClients/Tasks/:requestId' \
-H 'Accept: text/plain' \
-H 'Authtoken: <API_KEY_VALUE>'