Skip to main content
DELETE
/
v1
/
prior-auth
/
authorizations
/
{authorizationId}
/
attachments
/
{attachmentId}
Remove an attachment
curl --request DELETE \
  --url https://api.sandbox.trycollate.ai/v1/prior-auth/authorizations/{authorizationId}/attachments/{attachmentId} \
  --header 'Authorization: Bearer <token>'
{
  "code": "unauthorized",
  "message": "Invalid or missing bearer token."
}

Authorizations

Authorization
string
header
required

Bearer token for WorkOS session JWTs and organization API keys.

Path Parameters

authorizationId
string
required
Example:

"auth_123"

attachmentId
string
required
Example:

"att_123"

Response

Attachment removed.