> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iinkedsign.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Package decline

Fired when a package is declined by a signer. This event is fired when a signer declines to sign a package or when a signer declines to share their geolocation (only when geolocation is set to required).

* declineReason (optional reason for being declined)
  * declined\_geolocation
* rescinded (if the package was rescinded)

## Example

```json Payload theme={null}
{
		"packageId": "dd37674b-7545-40d8-91f4-db35b5dd271d",
		"signerId": "738880d9-2427-4eef-9bb4-554412a99654",
		"rescinded": false,
		"declineReason": "declined_geolocation",
		"state": "active",
		"action": "package_decline",
		"eventId": "0e294781-0de1-4cc4-89b4-0079581e594a",
		"eventOwnerOrganizationId": "24261ee6-5f66-4692-ba49-533c9b58999b",
		"eventOwnerMemberId": "3e09a4ce-577c-492c-ba7c-c1ebf825f9b5",
		"eventTime": "2024-10-08T13:27:58.1324692Z"
}
```
