DELETE /delete-party/{id}

DELETE /delete-party/{id}

Headers

  • Authorization string

Path parameters

  • id string Required

Responses

  • 200

    OK

  • 401

    Unauthorized

  • 403

    Forbidden

  • 500

    Internal Server Error

DELETE /delete-party/{id}
curl \
 --request DELETE 'http://localhost:3000/delete-party/{id}' \
 --header "Authorization: string"