Remove

POST

Protected with the middleware

Success Response :

{
    Message: "Suppression réussie",
    Status:  200,
}

Curl :

curl --location --request POST 'localhost:8080/Remove' \
--header 'Authorization: ••••••'

Last updated