Skip to content

Withdraw an invitation

DELETE
/v1/invitations/{id}
curl --request DELETE \
--url https://beta-api.plune.ai/v1/invitations/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'

Owner only (api.tsrevokeInvitation, “Revoke” on the pending list). The address can no longer get in on its strength — if it was the only reason the beta door opened, the door is shut again. An invitation that was already accepted is a membership now, and is removed as one.

id
required
string format: uuid
X-Plune-Project
string

Which of your projects to act in — an id from GET /v1/projects. Absent, your default project. A project you are not a member of answers 404, the same as one that does not exist. Ignored under a bearer token, which is bound to the project it was minted in.

Withdrawn

No / invalid token or session

A member or a reader asked

Media type application/json
object
error
required
string
Example
{
"error": "project owner only"
}

No open invitation of that id in this project

Media type application/json
object
error
required
string
Example generated
{
"error": "example"
}

Rate-limited: either the per-route throttle or a tenant quota. Retry-After carries the seconds until the window rolls over.

Media type application/json
object
error
required
string
Example generated
{
"error": "example"
}
Retry-After
integer

Seconds until the window rolls over