Delete Squid
Squid
Delete Squid
Permanently delete a squid and all its associated data from your account
DELETE
Delete Squid
This endpoint permanently deletes a specified squid and all its associated data (tasks, results, and configurations) from lobstr.io.
What Gets Deleted
When you delete a squid, the following are permanently removed:- The squid itself and all its settings
- All tasks (URLs and parameters)
- All results and run history
- All configuration (parameters, integrations, schedule)
- Any pending or active runs
Headers
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
The unique identifier (hash) of the squid to delete. Example:
5b071952127e47d2adc8d684ff24dbd2Response Field Explanations
The deleted squid’s identifier. Example:
"5b071952127e47d2adc8d684ff24dbd2"Always “squid”. Example:
"squid"Boolean confirming deletion (always true on success). Example:
trueDeleting a squid does not affect your credits or billing. Any credits spent on runs remain consumed.
Code Examples
Response
200