Skip to main content
PATCH
/
workspace
/
services
/
{service}
/
admins
/
{user}
/
deprecate
Deprecate Admin Role
curl --request PATCH \
  --url https://wks-a1b2c3d4.provisionr.io/api/v1/workspace/services/{service}/admins/{user}/deprecate \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "state": "<string>",
  "role": "<string>",
  "timestamp": [
    "<string>"
  ],
  "_embedded": [
    "<string>"
  ],
  "_links": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.provisionr.io/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

service
string
required

Workspace Service ID

user
string
required

Workspace User ID

Response

WorkspaceServiceAdminDetailedResponse

id
string
required
Example:

"wssaa_01hq8xyzabc123def456ghi789"

state
string
required
role
string
required
timestamp
string[]
required
_embedded
string[]
required