Skip to main content
DELETE
/
api
/
public
/
v1
/
me
/
partner
/
allowed-origins
Remove an allowed origin from the partner
curl --request DELETE \
  --url https://api.flexslot.gg/api/public/v1/me/partner/allowed-origins \
  --header 'Authorization: Bearer <token>'
{
  "allowed_origins": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.flexslot.gg/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User-issued personal access token (format: flx_pat_).

Query Parameters

origin
string
required

Origin URL to remove. Returns 404 if not present.

Response

200 - application/json
allowed_origins
string<uri>[]
required