DELETE
/
signals
/
{id}
curl --request DELETE \
  --url https://api.pipeium.com/signals/sig_123e4567 \
  --header 'Authorization: Bearer {api_key}'
{
  "detail": "Signal deleted"
}
Delete a signal from a list. This will stop all monitoring and notifications for this signal.

Path Parameters

id
string
required
The ID of the signal to delete

Response

detail
string
Success message
curl --request DELETE \
  --url https://api.pipeium.com/signals/sig_123e4567 \
  --header 'Authorization: Bearer {api_key}'
{
  "detail": "Signal deleted"
}