Skip to content

Decline form notifications

POST
/api/v1/form-recipients/decline/{token}
curl --request POST \
--url https://api.deploybase.eu/api/v1/api/v1/form-recipients/decline/example

Deletes the pending recipient outright, so nothing is ever sent and the team must add the address again to retry.

token
required
string

Verification token

OK

Media type application/json
object
data
meta
object
request_id
string
timestamp
string
trace_id
string
Example generated
{
"data": "example",
"meta": {
"request_id": "example",
"timestamp": "example",
"trace_id": "example"
}
}

Link is invalid, expired or already used

Media type application/json
object
code
string
details
error
string
meta
object
request_id
string
timestamp
string
trace_id
string
Example generated
{
"code": "example",
"details": "example",
"error": "example",
"meta": {
"request_id": "example",
"timestamp": "example",
"trace_id": "example"
}
}