ModernLoop Internal API
Apipylon

Delete a message on a Pylon issue (DELETE /issues/{id}/messages/{message_id})

Write operation: mutates state in the upstream service.

curl -X DELETE "https://api.modernloop.dev/rest/v1/pylon/issues/string/messages/string" \  -H "Authorization: Bearer $MLOOP_INTERNAL_MCP_API_KEY"
{  "request_id": "string"}
{  "error": {    "code": "string",    "message": "string",    "upstreamStatus": 0  }}
{  "error": {    "code": "string",    "message": "string",    "upstreamStatus": 0  }}
{  "error": {    "code": "string",    "message": "string",    "upstreamStatus": 0  }}
{  "error": {    "code": "string",    "message": "string",    "upstreamStatus": 0  }}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Issue UUID or issue number

message_id*string

Message UUID

Response Body

application/json

application/json

application/json

application/json

application/json