Autional Autional
API Reference GitHub autional.com →

DELETE /oauth/unbind/{connection_id}

Delete the specified OAuth connection, unbinding the AuthMS user from the third-party OAuth provider. Requires JWT authentication.

OAuth `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
connection_id path string Yes OAuth connection ID

Responses

StatusDescriptionSchema
200Unbind successfulgitee_com_linmes_authms_base_dto.SimpleResponse
401Unauthenticatedgitee_com_linmes_authms_base_dto.SimpleResponse
404Connection not foundgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No