Archive an offer (soft delete). The offer is not permanently removed.
archived. The offer is not permanently removed from the system and can be restored by updating its status back to active or paused via the Update Offer endpoint.
Archived offers are excluded from the default List Offers response unless you explicitly filter by status=archived.
| HTTP Status | Error Code | Description |
|---|---|---|
| 401 | unauthorized | API key is missing or invalid. |
| 404 | not_found | No offer exists with the specified ID. |
| 500 | server_error | An unexpected error occurred on the server. |