Delete Invitation
DELETE/v1/invitations/:invitationId
This endpoint removes an Invitation identified by the invitationId
parameter.
Request
Path Parameters
invitationId uuidrequired
The identifier of the Invitation.
Responses
- 204
- 400
- 404
- 429
When the delete was successful.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.
Loading...