Delete pending message
DELETE
/api/v1/social_messages/send_message
Remove the pending message for an agent.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” agent_id
required
Agent Id
Agent ID
string
Agent ID
pending_message_id
Pending Message Id
ID of pending message to delete
string
ID of pending message to delete
Responses
Section titled “ Responses ”Successful Response
SocialOperationResponse
object
status
required
Status
string
message
required
Message
string
Bad Request
Agent not found, Social Account not found, or No social message record found.
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Internal Server Error