Edit

Share via


Delete attachments (v1.0)

Deletes attachments in Business Central.

HTTP request (v1.0)

Replace the URL prefix for Business Central depending on environment following the guideline.

DELETE businesscentralPrefix/companies({companyId})/attachments({parentId},{attachmentId})

Request headers (v1.0)

Header Value
Authorization Bearer {token}. Required.

Request body (v1.0)

Do not supply a request body for this method.

Response (v1.0)

If successful, this method returns a 204 No Content response code and it deletes the attachment.

Example (v1.0)

Request

Here is an example of the request.

DELETE https://{businesscentralPrefix}/api/v1.0/companies({companyId})/attachments({parentId},{attachmentId})

Response

No Content.

Tips for working with the APIs
Attachment
Get Attachments
Create Attachment
Upload Attachment
Delete Attachment