Skip to main content
DELETE
/
signals
/
{signalId}
Delete signal
curl --request DELETE \
  --url https://api.agentic.scope3.com/api/v2/storefront/signals/{signalId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

signalId
string
required

Signal identifier

Minimum string length: 1

Response

No content