Skip to main content

Delete origin by id for specified subdomain for dynamic CORS (Cross-Origin Resource Sharing) management.

DELETE 

/api/origin/:id

This endpoint allows users to delete origin by id that is 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

Path Parameters

    id int64required

    Id of the origin to delete

Header Parameters

    x-subdomain stringrequired

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

Responses

Origin was successfully deleted for subdomain.

Loading...