Skip to main content
POST
/
document
/
transfer
/
decline
/
{transferId}
Decline a document transfer
curl --request POST \
  --url https://app.myhero.so/document/transfer/decline/{transferId} \
  --header 'Authorization: Bearer <token>'
{
  "data": true
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Marks a pending transfer as declined. Only the intended recipient (recipientId) may decline; the transfer must still be in a valid (non-expired, non-accepted) state.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

transferId
string
required
Minimum string length: 1

Response

200 response

data
enum<boolean>
required
Available options:
true