Skip to content

Delete input config

DELETE
/api/v1/integrations/inputs/{id}
Code sample: cURL
curl -X DELETE 'https://dashboard.justcrawl.io/api/v1/integrations/inputs/iq_01ABC' \
-H 'Authorization: Bearer $JUSTCRAWL_API_KEY'

Removes the input queue config. For queueType=sqs the poller stops on the next poll cycle (cache TTL up to pollIntervalMs); for queueType=webhook the signed ingest URL begins returning 404 immediately. Already-ingested URLs are preserved. Requires the org:manage permission.

id
required
string

Input queue config ID.

Input config deleted.

Missing or invalid authentication token

Media type application/json
object
error
string
Example
{
"error": "Missing or invalid authentication token"
}

Insufficient permissions for this operation

Media type application/json
object
error
string
Example
{
"error": "No organization. Complete onboarding first."
}

Input queue config not found.

Unexpected server error. Logs and PostHog $exception capture

Media type application/json
object
error
string
Example
{
"error": "Something went wrong"
}