Skip to main content
DELETE
/
v1
/
console
/
tenants
/
{tenant_id}
/
allowed-origins
/
{origin}
Remove Allowed Origin
curl --request DELETE \
  --url http://localhost:8000/v1/console/tenants/{tenant_id}/allowed-origins/{origin} \
  --header 'Authorization: Bearer <token>'
{
  "data": null,
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Path Parameters

tenant_id
string
required
origin
string
required

Response

Successful Response

data
unknown
message
string | null
success
boolean
default:true