POST
/
merchant
/
metric
/
event
/
delete
curl --request POST \
  --url https://api.unibee.top/merchant/metric/event/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "externalEventId": "<string>",
  "externalUserId": "<string>",
  "metricCode": "<string>",
  "userId": 123
}'
{
  "code": 123,
  "data": {},
  "message": "<string>",
  "redirect": "<string>",
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
externalEventId
string
required

ExternalEventId

metricCode
string
required

MetricCode

email
string

Email, UserId,ExternalUserId, or Email provides one of three options

externalUserId
string

ExternalUserId, UserId, ExternalUserId, or Email provides one of three options

userId
integer

UserId, UserId,ExternalUserId, or Email provides one of three options

Response

200 - application/json
code
integer
data
object
message
string
redirect
string
requestId
string