Archive API

Hello,

I am looking for an endpoint that I can use to send a post request to archive a certain project using the UID, I failed to find something in the docs.

Thanks!

Welcome to the community, @mahmoudabdo90! This is the endpoint that should work:

https://{kf_url}/api/v2/assets/{asset_uid}/data/deployment/

Thanks for your answer, it did not work with https://{kf_url}/api/v2/assets/{asset_uid}/data/deployment/
I removed /data from the URL and I had to set active = false in the header.

@mahmoudabdo90, yes! You will also have to set:

--data '{"active":false}' to get it worked.