# Delete organization invitations **DELETE /organizations/{organization_id}/invitations/{invitation_tokens}** Deletes one or more organization invitations. Currently unavailable in self-hosted ECE. ## Servers - https://api.elastic-cloud.com/api/v1: https://api.elastic-cloud.com/api/v1 () ## Parameters ### Path parameters - **organization_id** (string) Identifier for the Organization - **invitation_tokens** (string) CSV list of Invitation tokens ## Responses ### 200 Organization invitations deleted successfully #### Body: application/json (object) object ### 400 No valid invitation token was supplied. (code: `root.invalid_data`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request ### 404 * Organization not found. (code: `organization.not_found`) * Invitation not found. (code: `organization.invitation_not_found`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request [Powered by Bump.sh](https://bump.sh)