Voltar para Messaging Service
deleteMessage
ENDPOINT
Remove (soft-delete) uma mensagem enviada pelo próprio usuário.
System
Messaging Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{5}
auth
:
"BearerJWT"
path
:
"/v1/messages/{messageId}"
method
:
"DELETE"
httpSuccessStatus
:
200
httpErrorStatusMap
:
{7}
CONFLICT
:
409
FORBIDDEN
:
403
NOT_FOUND
:
404
RATE_LIMITED
:
429
UNAUTHORIZED
:
401
INTERNAL_ERROR
:
500
VALIDATION_ERROR
:
400
Input Schema
{3}
type
:
"object"
required
:
[3]
0
"authToken"
1
"userId"
2
"messageId"
properties
:
{3}
userId
:
{2}
authToken
:
{2}
messageId
:
{2}
Outputs (2)
error
ERROR
Resposta de erro
{2}
type
:
"object"
properties
:
{}
success
SUCCESS
Resposta de sucesso
{3}
type
:
"object"
required
:
[3]
0
"success"
1
"data"
2
"meta"
properties
:
{3}
data
:
{1}
meta
:
{1}
success
:
{1}