Skip to main content
POST
/
pending-image-shares
/
{pendingShareId}
/
decline
Decline a pending image share
curl --request POST \
  --url https://api.blaxel.ai/v0/pending-image-shares/{pendingShareId}/decline \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt

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

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Path Parameters

pendingShareId
string
required

ID of the pending image share

Response

successfully declined

Last modified on May 13, 2026