- Omni
- Contact APIs
- NameSpace
- Address
- Bank
- Props
- Relation
- Contact
Inactive
Developing
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
PUT
/contacts/{contact_id}/inactive/
Last modified:2025-04-22 07:21:39
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
contact_id
string
required
Example:
{{contact_id}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PUT 'https://preprod.api.crego.io/contacts/{{contact_id}}/inactive/'
Responses
🟢200OK
application/json
Body
id
string
required
namespace
string
required
tenant_id
string
required
created_by
string
required
updated_by
string
required
created_at
string
required
updated_at
string
required
name
string
required
ref_id
string
required
status
string
required
type
string
required
tags
array[string]
required
refs
object
required
branch_id
string
required
props
array[string]
required
Example
{
"id": "01JQ8T3WZ4CEYA74W2WFA5BWJB",
"namespace": "Vayana",
"tenant_id": "23067dbc-6c62-4203-9014-7100e4ffe811",
"created_by": "6da08401-b1f7-46ec-9013-2a9d7bc6185c",
"updated_by": "",
"created_at": "2025-03-26T14:16:46.756429Z",
"updated_at": "2025-03-26T14:17:56.868742Z",
"name": "Rajesh",
"ref_id": "jijkdmkdoedmsaad",
"status": "inactive",
"type": "individual",
"tags": [
"string"
],
"refs": {},
"branch_id": "",
"props": [
"01JQ8T3WPAWKAMYJSH2WGDDSN5"
]
}