Revoke login

Prev Next
Delete
/ds/login/{login_id}

Revoke an existing data source login

Security
HTTP
Type bearer

Bearer token authentication. Include the token in the Authorization header: Authorization: Bearer <your-token>

Path parameters
login_id
stringRequired

Supermetrics login ID

Responses
200

Data source login revoked successfully

Expand All
object
meta
object
request_id
string

API request ID

data
object
result
boolean
404

Data Source Login Not Found

object
error
string
Valid values[ "LOGIN_NOT_FOUND" ]
message
string
500

Data Source Login Revoke Failed

object
error
string
Valid values[ "LOGIN_REVOKE_FAILED" ]
message
string