DeletePost
DELETE
/posts/v1/projects/{project_id}/feeds/{feed_id}/posts/{post_id}Path Parameters
project_id*project_id
The project_id path parameter.
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).
post_id*post_id
The post_id path parameter.
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/feeds/F4edRI23XL/posts/Mn0bVc9xZ8"Success
application/json
{
"$ref": "#/components/schemas/google.protobuf.Empty",
"$ref-value": {
"type": "object",
"description": "An empty JSON object."
}
}