Skip to main content
PATCH
/
{userId}
/
suspend
Suspend user
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{userId}/suspend \
  --header 'Content-Type: application/json' \
  --data '{}'

Path Parameters

userId
string
required
Example:

"61a956551a113f7e13c45c10"

Body

application/json

The body is of type object.

Response

200 - undefined