Contents x
- LimaCharlie.io REST API 1
- Introduction Updated
- API Keys
- Artifacts
- Billing
- Errors
- Extension
- Extension-Request
- Extension-Schema
- Extension-Subscription
- False Positives
- General
- Groups
- Get user groups get
- Create group post
- Get group info get
- Delete group del
- Get group logs get
- Set group permissions post
- Add org to group post
- Remove org from group del
- Add user to group as member post
- Remove user from group as member del
- Add user to group as owner post
- Remove user from group owners del
- Get user groups
- Hive
- Installation Keys
- Jobs
- Modules
- Organizations
- Outputs
- Payload
- Resources
- Retention
- Get Retention Status get
- Get Historical Events get
- Get Event by Atom get
- Get Children Of Atom get
- Get Historical Overview get
- Get Detect by DetectID get
- Get Detections get
- Delete Detections del
- Get Audit Events get
- Get Object Information get
- Get Object Timeline post
- Get Object Summary post
- Get Traffic Breakdown get
- Get Traffic Stats get
- Get Detection Stats get
- Get Detections Breakdown get
- Get Online Stats get
- Get Ingestion Keys get
- Add Ingestion Key post
- Remove Ingestion Key del
- Get Historical Events get
- Get Entity Metrics post
- Get Specific Objects post
- Get Objects summarized by list of types get
- Get Retention Status
- Rules
- Schema
- Sensors
- Get Sensor List get
- Get Online Count get
- Get Online Statuses post
- Get Sensor Info get
- Task Sensor post
- Delete Sensor del
- Get Isolation Status get
- Isolate Sensor post
- Rejoin Sensor del
- Get Sensors by Hostname get
- Get Possible Tasks get
- Get Task Usage get
- Autocomplete Task get
- Export Sensors post
- Undelete Sensor pat
- Get Seal Status get
- Seal Sensor post
- Seal Sensor del
- Get Sensor List
- Service
- Tags
- Users
- Model-Request
Unsubscribe Org to Resource
Article summary
Did you find this summary helpful?
Thank you for your feedback
Delete
/orgs/{oid}/resources
Unsubscribe an organization from a resource.
Security
HTTP
Type bearer
Path parameters
oid
stringRequired
organization id
Query parameters
res_cat
string
resource category of the resource to unsubscribe from, like 'lookup'
res_name
string
resource name of the resource to unsubscribe from
Responses
200
successful operation
401
Access token is missing or invalid
Response
Click Try It! to start a request and see the response here!
Code Samples
​x
1
curl --request DELETE \
2
--url https://api.limacharlie.io/v1/orgs/%7Boid%7D/resources \
3
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
4
--header 'accept: '
Was this article helpful?
Thank you for your feedback! Our team will get back to you
How can we improve this article?
Your feedback
Comment
Comment (Optional)
Character limit : 500
Please enter your comment
Email (Optional)
Email
Please enter a valid email
Response
Click Try It! to start a request and see the response here!
Code Samples
xxxxxxxxxx
1
curl --request DELETE \
2
--url https://api.limacharlie.io/v1/orgs/%7Boid%7D/resources \
3
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
4
--header 'accept: '