Skip to main content
DELETE
/
v2
/
access
/
users
/
:userId
/
restrict
Unrestrict user
curl --request DELETE \
  --url https://api-next.ofauth.com/v2/access/users/:userId/restrict \
  --header 'apiKey: <api-key>' \
  --header 'x-connection-id: <api-key>'
{}

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

x-connection-id
string
header
required

Requires a connection via the x-connection-id header.

Path Parameters

userId
string | null

User ID (numeric or username)

Minimum string length: 1

Response

Successful response

The response is of type object.