{ "origin": "https://example.com", "namespace": "production" }
curl --location --request DELETE 'https://api.scrapeless.com/browser/credentials' \ --header 'x-api-token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "origin": "https://example.com", "namespace": "production" }'
{ "success": true }