cURL
curl --request DELETE \ --url https://api.vinkit.co/v1/posts/{id} \ --header 'Authorization: Bearer <token>'
This response has no body data.
Supprime un article par son identifiant
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identifiant de l'article à supprimer
Was this page helpful?