Skip to content

Delete Fulfillment Attachment API

Endpoint

DELETE /fulfillment/{fulfillment_id}/attachment/{attachment_id}

Headers

KeyValue
AuthorizationBearer change_to_your_access_token
X-S2-Organizationyour_organization_id
Content-Typeapplication/json

Path Parameters

ParameterTypeRequiredDescription
fulfillment_idstringYesThe unique identifier of the fulfillment order
attachment_idstringYesThe unique identifier of the attachment to delete

Request Body

No request body is required for this endpoint.

Response

The API returns a 20x status code (200 OK or 204 No Content) with no content in the response body upon successful deletion of the attachment.