Skip to main content

Delete Pix Key

DELETE 

/pix/keys/:id

Delete a pix key associated with the specified ID. After deletion, the pix key's state will be set to DELETING.

Request

Path Parameters

    id stringrequired

    Pix Key ID.

Header Parameters

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the requisition. All requisitions must have an identifier.

Responses

The pix key returned successfully.

Schema
    id stringrequired

    Pix Key ID.

    key stringrequired

    Pix Key.

    type objectrequired

    Pix Key Type.

    state objectrequired

    Pix Key State.

    created_at date-timerequired

    Pix Key created at.

Loading...