- API
- Automation
- Docker
- Browserless(Beta)
DeleteProfiles
DELETE
/profiles
v2/Profiles
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json
array[string]
optional
Example
[
"aa74c03d-88a5-4209-a1a0-63414cbf02ff"
]
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/profiles' \
--header 'Content-Type: application/json' \
--data-raw '[
"aa74c03d-88a5-4209-a1a0-63414cbf02ff"
]'
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"
}