Comment Delete
URL
http://api.pm0603.com/api_comment/댓글id/
Method
DELETE
Header
Key | Value |
---|---|
Authorization | Token token value |
Success Response
- Code: 204
Error Response
- Code: 401
- Reason: 유효하지 않은 인증이나 헤더에 token을 입력하지 않음
{
"detail": "Authentication credentials were not provided."
}
{
"detail": "Invalid token."
}