docs.fusial

Cancel an invitation

DELETE
/members/invitations/{invitationId}
x-api-key<token>

Your workspace API key. Create and manage keys in your Fusial workspace settings. Keys carry scopes of the form resource:action.

In: header

Path Parameters

invitationId*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/members/invitations/string"
Empty
{
  "error": {
    "code": "not_found",
    "message": "Resource not found."
  }
}
{
  "error": {
    "code": "not_found",
    "message": "Resource not found."
  }
}
{
  "error": {
    "code": "not_found",
    "message": "Resource not found."
  }
}