Logo
Adyen APIs API Documentation

Delete an allowed origin

DELETE {{baseUrl}}/companies/:companyId/apiCredentials/:apiCredentialId/allowedOrigins/:originId

Removes the allowed origin identified in the path. As soon as an allowed origin is removed, we no longer accept client-side requests from that domain. To make this request, your API credential must have the following roles: * Management API—API credentials read and write

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://management-test.adyen.com/v3/companies/:companyId/apiCredentials/:apiCredentialId/allowedOrigins/:originId' -H 'Accept: application/json'

ENDPOINTS