Deactivate OTP
Responses
201: Created
201: Createddescription: Successful operation.
content:
application/json:
schema:
$ref: '#/components/schemas/EmptyResponseDTO'401: Unauthorized
401: Unauthorizeddescription: Unauthorized.403: Forbidden
403: Forbiddendescription: Forbidden.500: Internal Server Error
500: Internal Server Errordescription: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Was this helpful?