Skip to main content
DELETE
/
attachments
/
{attachmentId}
Remove an attachment from a Project
curl --request DELETE \
  --url https://local.withsutro.com/attachments/{attachmentId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Path Parameters

attachmentId
string
required

Response

Attachment removed