Appearance
Delete Fulfillment Attachment API
Endpoint
DELETE /fulfillment/{fulfillment_id}/attachment/{attachment_id}
Headers
| Key | Value |
|---|---|
| Authorization | Bearer change_to_your_access_token |
| X-S2-Organization | your_organization_id |
| Content-Type | application/json |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| fulfillment_id | string | Yes | The unique identifier of the fulfillment order |
| attachment_id | string | Yes | The 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.