cURL
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." }
Deletes a supporting document from the authorization.
Bearer token for WorkOS session JWTs and organization API keys.
"auth_123"
"att_123"
Attachment removed.