Skip to content

Delete Monitor - API Reference

Deletes an active monitor. This action stops the API from monitoring new events for the target user profile and halts all future charges associated with this monitor.

DELETE https://api.socialdata.tools/monitors/{monitor_id}

Headers

Authorization string required

Authorization Bearer header containing your SocialData API key

Example: Bearer YOUR_API_KEY

Path Parameters

monitor_id string required

Target monitor ID

Example: 01jeg76qa91b095gttamsbwa6q

Code Examples

Terminal window
curl -X DELETE "https://api.socialdata.tools/monitors/01jeg76qa91b095gttamsbwa6q"
-H 'Authorization: Bearer YOUR_API_KEY'
-H 'Accept: application/json'

Example Responses

{
"status": "success"
}

Response Codes

  • 200 OK - request succeeded
  • 404 Not Found - requested monitor does not exist