Message

Delete mobile user message topics

This endpoint is used to delete mobile user message topics

delete/messages/topics/mobiles/devices/{devicesID}

Path parameters

The ID of a device id to get information about this device

Response

Delete list mobile user message topics successfuly

created_atstring
device_typestring
is_activeboolean
{"stackTrail":"components:schemas:MobileUserDevices:properties:mobile_user_id","oasType":"schema","type":"unknown","example":2}
tokenstring
updated_atstring

Example response

{
  "created_at": "2019-04-25T09:15:20.557Z",
  "device_type": "iphone 10",
  "mobile_user_id": 2,
  "token": "Demo_token",
  "updated_at": "2019-04-25T09:15:20.557Z"
}