- API
- Automation
- Docker
- Browserless(Beta)
ClearProfileCache
DELETE
/local/profiles/{profileId}
v2/Locals
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Path Params
profileId
stringย
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://localhost:8848/api/v2/local/profiles/'
Responses
๐ข200OK
application/json
Body
code
integerย
optional
data
stringย
optional
err
booleanย
optional
msg
stringย
optional
Example
{
"code": 0,
"data": "string",
"err": true,
"msg": "string"
}