Skip to main content
POST
Delete Signal

Delete Signal

Permanently delete a signal monitor. This removes the job and all associated data from the database and cannot be undone.
This action is irreversible. All configuration and tracked data for the signal will be permanently removed. If you want to stop monitoring temporarily and resume later, use /signal/update with action: "pause" instead.

Request

string
required
The type of signal to delete. Accepted values:
  • job_change
  • new_post
  • keyword_engagement
  • industry_engagement
  • company_engagement
  • person_engagement
string
The unique ID of a specific engagement signal to delete. Returned when the signal was created.
  • If provided for an engagement type — deletes that one signal.
  • If omitted for an engagement type — deletes all signals of that signal_type for your account.
  • Not applicable for job_change and new_post — those have one signal per account, identified by signal_type alone.

Response

string
Confirmation that the signal was permanently deleted.
integer
Always 0.

Notes

  • Returns 404 if the signal does not exist or does not belong to your account.
  • For engagement types, omitting signal_id deletes every signal of that type for your account in one call.
  • To pause instead of delete, use /signal/update with action: "pause".