Deletes a user.
curl --request DELETE \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/users/{userId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '[
"<any>"
]'
{
"inviteCode": [
"<any>"
],
"inviteDate": [
"<any>"
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123,
"email": "jsmith@example.com",
"accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationName": "<string>",
"status": "pending",
"name": "<string>",
"notes": "<string>",
"permissions": [
{
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectName": "<string>",
"role": "owner"
}
],
"account": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"phoneNumber": "<string>"
}
}
The body is of type any[]
.
The body is of type any[]
.
The body is of type boolean
.
The body is of type number
.
The body is of type string
.
Default Response
The response is of type object
.
curl --request DELETE \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/users/{userId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '[
"<any>"
]'
{
"inviteCode": [
"<any>"
],
"inviteDate": [
"<any>"
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123,
"email": "jsmith@example.com",
"accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationName": "<string>",
"status": "pending",
"name": "<string>",
"notes": "<string>",
"permissions": [
{
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectName": "<string>",
"role": "owner"
}
],
"account": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"phoneNumber": "<string>"
}
}
Deletes a user.
curl --request DELETE \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/users/{userId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '[
"<any>"
]'
{
"inviteCode": [
"<any>"
],
"inviteDate": [
"<any>"
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123,
"email": "jsmith@example.com",
"accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationName": "<string>",
"status": "pending",
"name": "<string>",
"notes": "<string>",
"permissions": [
{
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectName": "<string>",
"role": "owner"
}
],
"account": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"phoneNumber": "<string>"
}
}
The body is of type any[]
.
The body is of type any[]
.
The body is of type boolean
.
The body is of type number
.
The body is of type string
.
Default Response
The response is of type object
.
curl --request DELETE \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/users/{userId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '[
"<any>"
]'
{
"inviteCode": [
"<any>"
],
"inviteDate": [
"<any>"
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123,
"email": "jsmith@example.com",
"accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationName": "<string>",
"status": "pending",
"name": "<string>",
"notes": "<string>",
"permissions": [
{
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectName": "<string>",
"role": "owner"
}
],
"account": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"phoneNumber": "<string>"
}
}