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>'

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 April 23, 2026