cURL
curl --request DELETE \ --url https://tracking.prod.judit.io/tracking/{tracking_id} \ --header 'api-key: <api-key>'
{ "tracking_id": "754f02d7-e346-48e2-a23e-4455a11af41e", "user_id": "454bbd51-3f8a-4889-b45f-54a78e312257", "status": "deleted", "recurrence": 1, "search":{ "search_type": "lawsuit_cnj", "search_key": "0001234-55.2023.8.26.0100", "search_params": {} }, "created_at": "2023-10-17T15:17:05.826Z", "updated_at": "2023-10-17T15:17:05.826Z", "deleted_at": "2023-10-18T18:40:34.742Z", }
Esse endpoint deleta um monitoramento pelo id
O ID do monitoramento que você deseja deletar.
Was this page helpful?