Skip to main content

Delete all origins for specified subdomain for dynamic CORS (Cross-Origin Resource Sharing) management.

DELETE 

/api/origin

This endpoint allows users to delete all origins that are permitted to access resources on their specified subdomains. The action is authenticated using a JWT, and the subdomain must be owned by the user making the request. This will be checked by the server.

Request

Header Parameters

    x-subdomain stringrequired

    'x-subdomain' header represents the name of the subdomain on which the action is to be performed.

Responses

Origins were successfully deleted for subdomain.

Loading...