Delete object from the bucket.
DELETE/api/v2/instance/:instanceId/bucket/media
Delete object from the bucket.
Request
Path Parameters
instanceId stringrequired
ID of the instance.
Query Parameters
mediaId Media IDrequired
ID of the media.
Responses
- 200
- 400
- 403
- 404
Success - status 200
- application/json
- Schema
- Example (from schema)
Schema
mediaId stringrequired
type stringrequired
filename stringrequired
mimetype stringrequired
path stringrequired
createdAt stringrequired
deletedAt stringrequired
bucketBucketId stringrequired
Message object
messageId stringrequired
keyId stringrequired
keyFromMe booleanrequired
keyRemoteJid stringrequired
keyParticipant stringrequired
pushName stringrequired
contentType stringrequired
isGroup booleanrequired
content objectrequired
source stringrequired
messageTimestamp stringrequired
createdAt date-timerequired
deletedAt date-timerequired
typeOfDeletion stringrequired
Possible values: [everyone
, forMe
]
{
"mediaId": "string",
"type": "string",
"filename": "string",
"mimetype": "string",
"path": "string",
"createdAt": "string",
"deletedAt": "string",
"bucketBucketId": "string",
"Message": {
"messageId": "string",
"keyId": "string",
"keyFromMe": true,
"keyRemoteJid": "string",
"keyParticipant": "string",
"pushName": "string",
"contentType": "string",
"isGroup": true,
"content": {},
"source": "string",
"messageTimestamp": "string",
"createdAt": "2024-04-14T14:11:05.745Z",
"deletedAt": "2024-04-14T14:11:05.745Z",
"typeOfDeletion": "everyone"
}
}
BadRequestException
- application/json
- Schema
- Example (from schema)
Schema
message string[]required
Default value: string,[object Object]
error stringrequired
statusCode numberrequired
{
"message": [
"string"
],
"error": "string",
"statusCode": 0
}
ForbiddenException
- application/json
- Schema
- Example (from schema)
Schema
message string[]required
Default value: string,[object Object]
error stringrequired
statusCode numberrequired
{
"message": [
"string"
],
"error": "string",
"statusCode": 0
}
NotFoundException
- application/json
- Schema
- Example (from schema)
Schema
message string[]required
Default value: string,[object Object]
error stringrequired
statusCode numberrequired
{
"message": [
"string"
],
"error": "string",
"statusCode": 0
}
Loading...