Skip to main content

Delete Delegate

POST 

/deleteDelegate

This API is used to delete a specific delegate.

The Authorization must have Bearer followed by Token. Mandatory params: userName - this is the user who is deleting the delegate, key - the is the delegatekey

Request

Body

    key string
    userName string

Responses

Delete Delegate

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCode string
    msg string
Loading...