DELETE /api/v2/storefront/signals/{signalId}
Soft-deletes a signal and all of its access records. The signal is archived, not permanently removed — it stops appearing in list and get results unless includeArchived is set.
Request
curl
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
signalId | string | Yes | Signal identifier (path) |
Response
204 No Content — the signal and its access records are archived. The response body is empty.
Errors
404 NOT_FOUND— no signal with thatsignalIdis visible to the authenticated customer.401 UNAUTHORIZED— missing or invalid bearer token.
Related
Signal tasks
All signal operations
List signals
Use
includeArchived=true to see archived signalsUpdate signal
Change metadata and access records
Signal overview
Fields, lifecycle, and concepts