DELETE
/
feed
/
comments
/
v1
/
{id}
Delete a post comment
curl --request DELETE \
  --url https://api.spacebring.com/feed/comments/v1/{id} \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Headers

spacebring-network-id
string<uuid>

The id of the network. Required when using bearer token authentication

Path Parameters

id
string<uuid>
required

The id of the post comment.

Response

204

No content