Remove CORS Domain
warning
This endpoint is only available to users with Sentry Interactive issued auth tokens.
Remove CORS domain.
HTTP Request
DELETE https://api.doordeck.com/platform/application/APPLICATION_ID/cors
Request Parameters
| Parameter | Required | Description |
|---|---|---|
| url | true | CORS Domain |
Example
- Request
- Response
CURL
curl 'https://api.doordeck.com/platform/application/APPLICATION_ID/cors' \
-X DELETE \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TOKEN' \
--data-binary '{"url": "CORS_URL"}'
Remember
- Replace
TOKENwith your access token. - Replace
APPLICATION_IDwith the application ID. - Replace
CORS_URLwith the CORS domain to be removed.
HTTP CODE
204