---
title: "Decline pool invitation"
method: POST
path: "/participant-pools/{participantPoolId}/invitations/{id}/decline"
tags: ["Invitations"]
---

# Decline pool invitation

`POST /participant-pools/{participantPoolId}/invitations/{id}/decline`

Decline an invitation to join the participant pool. The invitation will be marked as declined.

## Request body

- object
  - `token` string, required — Secret token used to validate the invitation

## Response `200`

Returns an object with a declined parameter on success. If the invitation id does not exist or token is invalid, returns an error.

- object
  - `declined` boolean — Indicates that the invitation was declined

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/revisions/1570128383ef/schema)
