Skip to main content
DELETE
/
blogs
/
{id}
Delete a blog by ID
curl --request DELETE \
  --url https://api.io.droplinked.com/blogs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Invalid input data"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

Example:

"507f1f77bcf86cd799439011"

Response

Success