Skip to main content
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
curl -X DELETE https://api.interchange.io/api/v2/storefront/signals/acme_high_value_customers \
  -H "Authorization: Bearer $SCOPE3_API_KEY"

Parameters

FieldTypeRequiredNotes
signalIdstringYesSignal 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 that signalId is visible to the authenticated customer.
  • 401 UNAUTHORIZED — missing or invalid bearer token.
See Errors for the full error contract.

Signal tasks

All signal operations

List signals

Use includeArchived=true to see archived signals

Update signal

Change metadata and access records

Signal overview

Fields, lifecycle, and concepts