Asynchronous cancellation of an event export request
Requests asynchronous cancellation of a previously submitted data export request by the request ID.
Please log in to see full path URL. Learn why.
delete
/peopleevents/1/export/{requestId}
Authorizations:
Scopes:
path Parameters
requestId required | string Request ID (unique identifier) of a previously submitted data export request. |
Responses
202
Accepted
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
409
Conflict
429
Too Many Requests
500
Internal Server Error
Request samples
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Example
cURL
Copy
curl -L -g -X DELETE 'https://{baseUrl}/peopleevents/1/export/{requestId}' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
Response samples
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Content type
application/json
Copy
Collapse all {- "requestError": {
- "serviceException": {
- "messageId": "BAD_REQUEST",
- "text": "Bad request"
}
}
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See