DeletePost

DELETE/posts/v1/projects/{project_id}/posts/{post_id}

Path Parameters

project_id*project_id

The project_id path parameter.

post_id*post_id

The post_id path parameter.

Query Parameters

feed_id?feed_id

feed_id is accepted from the feed-scoped delete path but not used by the backend (deletion is keyed by post_id).

Response Body

200application/json

Success

type: unknown

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}
curl -X DELETE "https://api.rixl.com/posts/v1/projects/Bq4y3QB38S/posts/Mn0bVc9xZ8"

Success

application/json

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}