Skip to main content

Removes a specific site identified by the `x-subdomain` header.

DELETE 

/api/site

This endpoint allows authenticated users to remove a site associated with the specified subdomain. The subdomain to be removed is specified in the x-subdomain header.

Request

Header Parameters

    x-subdomain stringrequired

    x-subdomain header represents name of subdomain to call action on

Responses

Site was successfully removed.

Loading...