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>"
}
Declines an invitation to a workspace.
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>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Name of the workspace
Invitation successfully declined
Pending invitation in workspace Time fields for Persistance Owner fields for Persistance
Was this page helpful?