Skip to main content
DELETE
/
{shopId}
/
users
/
{userId}
/
notes
/
{noteId}
Delete user profile note
curl --request DELETE \
  --url http://staging.qshop.ng/apiv2/{shopId}/users/{userId}/notes/{noteId}

Path Parameters

userId
string
required
Example:

"63774ccdb6b17474b6aaa044"

noteId
string
required
Example:

"63bb65c42fd3418530bbcd9f"

Query Parameters

roles
string
Example:

"62431bd42f3d683c28cf27ee,62431bd42f3d683c28cf27ee"

Response

200 - undefined