Skip to main content

Decline a ProjectInvite

POST /v2/project-invites/{projectInviteId}/actions/decline/
v2
POST
project-decline-project-invite

Request

  • projectInviteIdstring (uuid)
    required

    ID of the ProjectInvite to be declined.

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/project-invites/f0f86186-0a5a-45b2-aa33-502777496347/actions/decline