Dash0 acquires Polar Signals

Manage Teams and Members

Revoke a pending member invitation

delete/api/members/invitations/{invitationID}

Revokes an invitation to your organization that has not been accepted yet, so it can no longer be accepted. Requires the admin role.

Parameters 1

invitationIDpathrequired

ID of the invitation to revoke, as returned in metadata.labels['dash0.com/id'] by GET /api/members/invitations. An invitation that does not exist, or that was already accepted, revoked or expired, is rejected with 404.

string
bash
Sample request
12
curl --request DELETE 'https://api.eu-west-1.aws.dash0.com/api/members/invitations/example' \
--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"

Responses

Successfully revoked the invitation.