Echo-bloom-dev API 관리
  1. category-controller
Echo-bloom-dev API 관리
  • v1 EndPoint(북마크, 커스텀 기능 만들기 전)
    • category-controller
      • getCategory
        GET
      • updateCategory
        PUT
      • deleteCategory
        DELETE
      • getCategoryList
        GET
      • createCategory
        POST
    • affirmation-controller
      • createToneExamples
      • getMainAffirmation
    • Auth
      • kakaoCallback
      • checkAuth
    • user-controller
      • getUserTones
      • updateUserTones
      • updateUserCategories
      • updateUserProblems
      • getCurrentUserInfo
      • getUserCategories
      • withdrawUser
    • test-auth-controller
      • createTestUser
    • auth-controller
      • logout
      • getKakaoLoginUrl
    • speech-controller
      • recognizeSpeech
      • compareSpeech
      • getUserSpeechLogs
    • bookmark-controller
      • addBookmark
      • getUserBookmarks
      • isBookmarked
      • removeBookmark
    • api-controller
      • checkAuth
    • (로컬에서만 사용 가능)Apidog API 문서화 자동화를 위한 openAPI 엔드포인트
      GET
    • Schemas
      • Schemas
        • ToneUpdateRequestDto
        • CategoryRequestDto
        • CategoryResponseDto
        • ToneExampleResponseDto
        • UserCategoryRequestDto
        • SpeechRecognitionResponseDto
        • MainAffirmationResponseDto
        • DifferenceDetail
        • BookmarkResponseDto
        • SpeechCompareResponseDto
        • ToneExampleRequestDto
        • BookmarkRequestDto
        • BookmarkEntity
        • AffirmationLogEntity
  • EchoBloom API definition for v1.1.0
    • custom-sentence-controller
      • getCustomSentence
      • updateCustomSentence
      • deleteCustomSentence
      • getUserCustomSentences
      • addCustomSentence
    • user-controller
      • getUserTones
      • updateUserTones
      • updateUserProblems
      • getCurrentUserInfo
      • getUserCategories
      • withdrawUser
    • test-auth-controller
      • createTestUser
    • auth-controller
      • logout
      • getKakaoLoginUrl
      • kakaoCallback
    • speech-controller
      • recognizeSpeech
    • bookmark-controller
      • addBookmark
      • getUserBookmarks
      • isBookmarked
      • removeBookmark
    • affirmation-controller
      • createToneExamples
      • getMainAffirmation
    • api-controller
      • checkAuth
    • Schemas
      • Schemas
        • CustomSentenceRequestDto
        • CustomSentenceResponseDto
        • ToneUpdateRequestDto
        • MainAffirmationResponseDto
        • UserCategoryRequestDto
        • SpeechRecognitionResponseDto
        • BookmarkRequestDto
        • BookmarkResponseDto
        • ToneExampleRequestDto
        • ToneExampleResponseDto
        • CategorySelectionDto
        • MyPageCategoryResponseDto
  1. category-controller

deleteCategory

DELETE
/api/v1/categories/{id}

Request

Path Params

Responses

🟢200OK
OK
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/api/v1/categories/'
Modified at 2025-08-17 18:09:53
Previous
updateCategory
Next
getCategoryList
Built with