Skip to main content

Delete user

Deletes a user.

Path Parameters
organizationId uuid REQUIRED
userId uuid REQUIRED
Request Body
undefined
Responses
200

Default Response

Schema OPTIONAL
inviteCode OPTIONAL
inviteDate OPTIONAL
id uuid
dateCreated integer
dateUpdated integer
email email
accountId uuid OPTIONAL
organizationId uuid
organizationName string OPTIONAL
status string OPTIONAL

Possible values: [pending, accepted]

name string OPTIONAL

Possible values: length ≤ 256

notes string OPTIONAL

Possible values: length ≤ 1024

permissions object[] OPTIONAL
projectId uuid
projectName string OPTIONAL
role string OPTIONAL

Possible values: [owner, admin, limited, viewer, none]

account object OPTIONAL
id uuid OPTIONAL
firstName string OPTIONAL
lastName string OPTIONAL
email string OPTIONAL
phoneNumber string OPTIONAL
400

Bad request response.

Schema OPTIONAL
statusCode int32

The status code of the request.

error string

The error string for the status code.

message string

Description of the error encounted.

401

Unauthorized response.

Schema OPTIONAL
statusCode int32

The status code of the request.

error string

The error string for the status code.

message string
403

Forbidden response.

Schema OPTIONAL
statusCode int32

The status code of the request.

error string
message string
404

Not found response.

Schema OPTIONAL
statusCode int32
error string
message string
422

Unprocessable Entity response.

Schema OPTIONAL
statusCode int32
error string
message string

Description of the error encounted.

500

Internal server error response.

Schema OPTIONAL
statusCode int32
error string
message string

Will always be "Internal Server Error"