A valid request URL is required to generate request examples{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Take back an early access request
The undo the button that made the request needs. Idempotent — leaving a queue nobody is in is the state the caller asked for, so it answers 204 rather than 404.
A request that was already granted is refused with 409 already_admitted. Leaving would revoke access through the endpoint that exists to ask for it, and a support session acting on somebody’s behalf could do it with one click; taking access away is your act, in the panel.
Rate limited to 60 requests an hour per contact session.
A valid request URL is required to generate request examples{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Authorizations
A contact session token, uk_ct_…. Belongs to one of the developer's own users, and reads only that user's data.
Path Parameters
The feature queue's key: the key of the feature flag behind it, in this environment. Lower case letters, digits and . _ -, up to 80 characters.
^[a-z0-9][a-z0-9._-]{0,79}$Response
The request is gone, or there was none.