POST
/
workspaces
/
{workspaceName}
/
decline
curl --request POST \
  --url https://api.blaxel.ai/v0/workspaces/{workspaceName}/decline \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "createdBy": "<string>",
  "updatedBy": "<string>",
  "email": "<string>",
  "invitedBy": "<string>",
  "role": "<string>",
  "workspace": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

workspaceName
string
required

Name of the workspace

Response

200 - application/json

Invitation successfully declined

Pending invitation in workspace Time fields for Persistance Owner fields for Persistance