POST
/
v2
/
connect
/
process
/
clear
curl --request POST \
  --url https://{projectId}.frontendapi.corbado.io/v2/connect/process/clear \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "processId": "<string>"
}'
{
  "processId": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

Contains information about the process state.

The response is of type object.