DELETE
/
workspaces
/
{wid}
/
profiles
curl --request DELETE \
  --url https://api.gologin.com/workspaces/{wid}/profiles \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "profiles": [
    "<string>"
  ]
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

wid
string
required

Workspace ID

Body

application/json