Remove authentication domain
DELETE /api/domains/{domain}/auth-domain
DELETE
/api/domains/{domain}/auth-domain
Remove the authentication domain from a domain
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” domain
required
string
Example
example.comDomain name that must be owned by the authenticated user
Responses
Section titled “ Responses ”Authentication domain removed successfully
Headers
Section titled “Headers ” X-RateLimit-Limit
integer
Maximum requests per minute
X-RateLimit-Remaining
integer
Remaining requests in current window
Unauthorized
object
error
Error type indicating authentication failure
string
Example
Unauthorized message
Human-readable error message explaining the authentication issue
string
Example
Authorization header is requiredDomain not found
object
success
boolean
message
string
Example
Domain not foundToo Many Requests - Rate limit exceeded. Retry after the specified time.
object
success
boolean
message
string
Example
Too many attempts. Please try again later.Headers
Section titled “Headers ” Retry-After
integer
Seconds until rate limit resets
X-RateLimit-Limit
integer
Maximum requests per minute
X-RateLimit-Remaining
integer
Remaining requests in current window
Server Error
object
success
Indicates the request failed due to a server error
boolean
message
Human-readable error message describing the server error
string
Example
An error occurred while processing the request.