// Replace API_KEY with your api key
curl --location --request DELETE 'https://api.supahub.com/api/v1/posts/:postId' \
--header 'Authorization: Bearer API_KEY'
DELETE
method
/posts/:postId
path

Path Parameters

postId
string
required

Identifier of the post to delete.

// Replace API_KEY with your api key
curl --location --request DELETE 'https://api.supahub.com/api/v1/posts/:postId' \
--header 'Authorization: Bearer API_KEY'